home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Microsoft.Expression.InteractiveDesigner.Help.en / main / blend_v1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-03-23  |  3.1 KB  |  94 lines

  1. ∩╗┐/*styles for page layout*/
  2. body { margin:0; padding:0;} 
  3.  
  4. #container
  5. {
  6.     line-height: 130%;
  7.     font-family: Segoe UI;
  8.     padding-left: 2em;
  9.     padding-right: 2em;
  10.     padding-bottom: 2em;
  11.     padding-top:0;
  12.     font-size: 10pt;
  13. }
  14.  
  15. #breadcrumb
  16. {
  17.     font-family: Segoe UI;
  18.     font-size: 9pt;
  19.     padding-left: 0;
  20.     padding-right: 2em;
  21.     padding-bottom: 1em;
  22.     padding-top: 2em;
  23.     border-bottom: 1px solid #CCCCCC;
  24. }
  25.  
  26. #buffer
  27. {
  28.     font-family: Segoe UI;
  29.     font-size: 9pt;
  30.     padding-left: 0;
  31.     padding-right: 2em;
  32.     padding-bottom: 1em;
  33.     padding-top: 2em;
  34. }
  35.  
  36. #backforward
  37. {
  38.     float:left;
  39.     margin-right: 10px;
  40.     padding-bottom: 1em;
  41.     padding-right: 1em;
  42.     border-right: 1px solid #CCCCCC;
  43. }
  44.  
  45. /*styles for general formatting*/
  46. td         { vertical-align: top; padding: 5px; margin: 5px; font-size: 10pt; font-family:Segoe UI; line-height: 130%; }
  47. th        { background-color:#2981BC; color:#FFFFFF; text-align: left; vertical-align: top; padding: 5px; margin: 5px; font-size: 10pt; font-family:Segoe UI; line-height: 130%; }
  48. h1        { font-size: 13pt; color:#2981BC; padding-top:1em }
  49. h2      { font-size: 10pt }
  50. h3        { font-size: 10pt }
  51. h4        { font-size: 10pt; font-weight: bold; margin-top: 0; margin-bottom: 0 }
  52. h6        { font-size: 10pt; color: #808080; }
  53. a       { color: #2981BC }
  54.  
  55. /*style for Home page and section pages*/
  56. .noBulletList { list-style-type: none; padding: 5px; margin: 5px }
  57. .separator { background-image: url('BlueLine.png'); background-repeat:repeat-x; padding:0; margin:0 }
  58.  
  59.  
  60. /*style for one-off table in keyboard shortcuts*/
  61. .thMid    { background-color:#FFFFFF; width:50px; }
  62.  
  63. /*style for tables in roadmaps*/
  64. .tdMid    { width:20px; }
  65.  
  66. /*styles related to mini TOCs (or jump links) that appear at the very top of a tutorial or essentials topic, as well as the "Back to top" links that appear throughout that particular topic*/
  67. .miniTOC { list-style-image:url('down_arrow.gif') }
  68. .backtoTop { list-style-image:url('up_arrow.gif'); margin-left: 15px }
  69.  
  70. /*styles for tips, notes, and sidebar-type info, usually preceded with a visual marker or icon*/
  71. .fig    { color: #000000; font-style: italic; text-align: center }
  72.  
  73. /*style for the blue box-like wrapper for all inline button art images*/
  74. .buttonart { vertical-align:text-bottom; border: 1px solid #2981BC;    padding: 2px }
  75.  
  76. /*style for ui labels*/
  77. .ui { font-weight:bold }
  78.  
  79. /*styles for all the banners that appear within the user guide*/
  80. .bannercontent { background-image: url('banner_content.png'); background-repeat:no-repeat; vertical-align: bottom; padding:0; margin:0 }
  81. .bannerindex { background-image: url('banner_index.png'); background-repeat:no-repeat; vertical-align: bottom; padding:0; margin:0 }
  82. .bannersearch { background-image: url('banner_search.png'); background-repeat:no-repeat; vertical-align: bottom; padding:0; margin:0 }
  83. .bannerphotoscope { background-image: url('banner_photoscope.png'); background-repeat:repeat-x; background-position:left; padding:0; margin:0 }
  84. .bannertable { padding:0; margin:0 }
  85. .breadcrumb { border-bottom: 1px solid #CCCCCC }
  86.  
  87. /*for search*/
  88. input.btn
  89. {
  90.    color:#2981BC;
  91.    font-family:Segoe UI;
  92.    font-size:100%;
  93.    font-weight:bold;
  94. }